WINDOWPLACEMENT (Structures)
Last changed: -202.74.138.1

.
Summary
TODO - a short description

C# Definition:

struct WINDOWPLACEMENT {
   public TODO;
}

VB Definition:

<StructLayout(LayoutKind.Sequential)> _
Public Structure WINDOWPLACEMENT
     Public length As Integer
     Public flags As Integer
     Public showCmd As Integer
     Public minPosition As Point
     Public maxPosition As Point
     Public normalPosition As Rectangle
End Structure

User-Defined Field Types:

None.

Notes:

Use with GetWindowPlacement and SetWindowPlacement

Documentation